Plugin

interface Plugin

The details of the installed Chromium plugin.

Functions

Link copied to clipboard
open fun description(): String
Returns a string that represents the plugin description.
Link copied to clipboard
open fun mimeTypes(): List<MimeType>
Returns an immutable list of the MIME types supported by the plugin.
Link copied to clipboard
open fun name(): String
Returns a string that represents the name of the plugin.
Link copied to clipboard
open fun path(): String
Obtains the path to the plugin.
Link copied to clipboard
open fun type(): PluginType
Returns the plugin type.
Link copied to clipboard
open fun version(): String
Returns a string that represents the version number of the plugin file.